<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.middle_right {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 105, 255, 1);
    border-radius: 5px;
    overflow: hidden;
    display: none;
    z-index: 999;
}

.middle_right.of {
    overflow: visible;
}

.middle_right li {
    color: #fff;
    font-size: 14px;
    transition: ease-out .36s;
    border-top: 1px solid rgba(255, 255, 255, .3);
}

.middle_right li:first-child {
    border-top: none;
}

.middle_right.on .top {
    border-top: 1px solid rgba(255, 255, 255, .3);
}

.middle_right li:first-child .li {
    border-radius: 5px 5px 0 0;
}

.middle_right li:nth-last-of-type(2) .li {
    border-radius: 0 0 5px 5px;
}

.middle_right.on li:nth-last-of-type(2) .li {
    border-radius: 0;
}

.middle_right.on li:last-child .li {
    border-radius: 0 0 5px 5px;
}

.middle_right li .li {
    position: relative;
    width: 72px;
    height: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 105, 255, 1);
    cursor: pointer;
    transition: ease-out .36s;
    z-index: 2;
}

.middle_right li .li svg,
.middle_right li .li img {
    width: 25px;
    margin: 0 auto;
    margin-bottom: 7px;
}

.middle_right li:hover .li {
    background: rgba(0, 86, 207, 1);
}

.middle_right .card {
    position: absolute;
    top: 0;
    background: #fff;
    border-radius: 5px;
    white-space: nowrap;
    font-size: 14px;
    color: rgba(128, 128, 128, 1);
    display: flex;
    align-items: center;
    line-height: 1.43;
    padding: 13px 16px 13px 15px;
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.1);
    transition: all .36s;
    opacity: 0;
    right: 0;
    z-index: 1;
}

.middle_right .card svg,
.middle_right .card img {
    width: 35px;
    margin-right: 13px;
}

.middle_right .card b {
    display: block;
    font-weight: bold;
    color: rgba(0, 105, 255, 1);
    margin-top: 2px;
    font-size: 16px;
}

.middle_right .card::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 14px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-right: none;
    border-left-color: #fff;
}

.middle_right li:hover {
    overflow: visible;
}

.middle_right li:hover .card {
    right: 125%;
    opacity: 1;
}

.middle_right .card2 {
    display: block;
    padding: 10px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.middle_right .card2 svg,
.middle_right .card2 img {
    width: 96px;
    margin-right: 0;
    margin-bottom: 8px;
}

.middle_right .card2::after {
    top: 37%;
}

.middle_right .top {
    overflow: hidden;
    border-bottom: none;
    border-top: none;

}

.middle_right .top .li {
    height: 0;
    opacity: 0;
    transition: ease-out .36s;
}

.middle_right.on .top .li {
    height: 75px;
    opacity: 1;
}

.middle_bottom,
.middle_modal {
    display: none;
}

.middle_pop {
    display: none;
}

.middle_modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -10;
}

@media screen and (max-width: 768px) {
    .middle_right {
        display: none !important;
    }

    .middle_bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 75px;
        background: rgba(255, 255, 255, 0.1);
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 999;
    }

    .middle_bottom .col {
        width: 44%;
        margin: 0 2.93%;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        color: #fff;
        background: rgba(7, 193, 96, 1);
        border-radius: 5px;
    }

    .middle_bottom .col.mub_right {
        background: rgba(0, 105, 255, 1);
    }

    .middle_bottom .col&gt;svg,
    .middle_bottom .col&gt;img {
        width: 19px;
        margin-right: 13px;
    }

    .middle_modal {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: none;
        z-index: 99999;
    }

    .middle_modal .middle_bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
    }

    .middle_modal .middle_card {
        background: #fff;
        border-radius: 5px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 288px;
        padding: 14px 14px 35px 14px;
        font-size: 15px;
        color: rgba(51, 51, 51, 1);
        line-height: 1.46;
    }

    .middle_modal .mib_close {
        width: 22px;
        height: 22px;
        display: block;
        margin-left: auto;
        cursor: pointer;
    }

    .middle_modal .mib_img {
        width: 156px;
        display: block;
        margin: 19px auto 0 auto;
    }

    .mib_text {
        padding-top: 11px;
    }

    .mib_text p {
        margin-top: 6px;
    }

    .mib_phone {
        margin-top: 17px;
    }

    .mib_phone button {
        display: block;
        width: 165px;
        line-height: 30px;
        font-size: 18px;
        color: #fff;
        background: rgba(0, 105, 255, 1);
        border-radius: 5px;
        border: none;
        margin: 0 auto;
    }

    .mib_phone div {
        font-size: 13px;
        text-align: center;
        margin-top: 7px;
    }

    .mib_btn {
        width: 110px;
        line-height: 32px;
        color: #fff;
        background: rgba(7, 193, 96, 1);
        border-radius: 5px;
        display: block;
        font-size: 18px;
        border: none;
        margin: 30px auto 0 auto;
        text-align: center;
    }
 
    .middle_pop {
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 15px;
        color: #fff;
        background: rgba(0, 0, 0, .6);
        line-height: 40px;
        padding: 0 20px;
        border-radius: 23px;
        white-space: nowrap;
        z-index: 99999;
        display: none;
    }
}</pre></body></html>